projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e6e6b
)
Fix comments.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 21:52:45 +0000
(21:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 21:52:45 +0000
(21:52 +0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index d713d4577d56aa96a2d806385284ac388d623a54..b973569e59dc37799f8b6db9d7046ff3dd3a297e 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-25,16
+25,6
@@
;;; Commentary:
;; Major mode for editing the SGML document-markup language.
-;;
-;; Some suggestions for your .emacs file:
-;;
-;; (autoload 'sgml-mode "sgml-mode" "SGML mode" t)
-;;
-;; (setq auto-mode-alist
-;; (append (list (cons "\\.sgm$" 'sgml-mode)
-;; (cons "\\.sgml$" 'sgml-mode)
-;; (cons "\\.dtd$" 'sgml-mode))
-;; auto-mode-alist))
;;; Code: